home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / Database / LEXMM.dxr / 00008_first Lex script.ls < prev    next >
Encoding:
Text File  |  2003-03-14  |  352 b   |  12 lines

  1. global gLexList, gLexFirstChar
  2.  
  3. on prepareMovie
  4.   DmFadePackReg("64464")
  5.   DmFadePackReg("40733")
  6.   if voidp(gLexList) then
  7.     set gLexList to the value of field "gLexList" of castLib "DBCast"
  8.     set gLexFirstChar to the value of field "gLexFirstChar" of castLib "DBCast"
  9.   end if
  10.   set the scrollTop of member "LexList" of castLib "DBCast" to 0
  11. end
  12.